home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacApp Release 10 / MacApp Release 10 - HD Ready / Tools / Dependencies / Definitions_CFM68K < prev    next >
Encoding:
Text File  |  1996-04-03  |  1.2 KB  |  52 lines  |  [TEXT/MPS ]

  1. # Definitions_CFM68K
  2. # Copyright © 1984-96 by Apple Computer, Inc. All rights reserved.
  3.  
  4. ###########################################################
  5. # Libraries
  6. ###########################################################
  7.  
  8. #----------------------------------------------------------
  9. # CFM68K library support. 
  10.  
  11. LibrariesNoFPU = ∂
  12.     "{SharedLibraries}StdCLib" ∂
  13.     "{CFM68KLibraries}NuCPlusLib.o" ∂
  14.     "{CFM68KLibraries}NuMathLib.o"
  15.  
  16. LibrariesFPU = 
  17.  
  18. NeededSysLibs = ∂
  19.     {LibrariesNoFPU} ∂
  20.     {LibrariesFPU} ∂
  21.     "{CFM68KLibraries}NuMacRuntime.o" ∂
  22.     "{CFM68KLibraries}NuRTLib.o" ∂
  23.     "{SharedLibraries}InterfaceLib" ∂
  24.     "{CFM68KLibraries}NuToolLibs.o" ∂
  25.     "{SharedLibraries}"ObjectSupportLib ∂
  26.     "{SharedLibraries}"AppleScriptLib ∂
  27.     # Optional ∂
  28.     "{SharedLibraries}"DragLib ∂
  29.     "{SharedLibraries}"QuickDrawGXLib.slb ∂
  30.     # AOCELib.slb is found in Pre-release MPW on ETO 19.  ∂
  31.     "{SharedLibraries}"AOCELib.slb ∂
  32.  
  33. NeededToolLibs = ∂
  34.     {NeededSysLibs}
  35.  
  36. ###########################################################
  37. # Mapping for CFM68K Libraries
  38. #        -weaklib AbcLib ∂
  39. ###########################################################
  40.  
  41. AOCELibMapping = ∂
  42.     -weaklib AOCE.slb
  43.  
  44. DragLibMapping = ∂
  45.     -weaklib DragLib
  46.  
  47. GXLibMapping = ∂
  48.     -weaklib QuickDrawGXLib.slb ∂
  49.     
  50. CFMLibMapping = ∂
  51.     
  52.